home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / shoot / xapdemo.lha / XAPGame / IMPORTANT.README next >
Text File  |  1993-04-15  |  881b  |  46 lines

  1. How To Make XapDemo On A Bootable Floppy
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. You'll need the following files on your floppy:
  5.  
  6.     libs/ (dir)
  7.         diskfont.library
  8.     fonts/ (dir)
  9.         microscopic/ (dir)
  10.             5
  11.         microscopic.font
  12.         s/ (dir)
  13.         startup-sequence
  14.     c/ (dir)
  15.         run
  16.         endcli
  17.     xapdemo
  18.  
  19. and don't forget to install your floppy.
  20.  
  21. The startup-sequence should read something like:
  22.  
  23.         run xapdemo
  24.     endcli >NIL:
  25.  
  26.  
  27. IMPORTANT CHANGE:
  28. ~~~~~~~~~~~~~~~~~
  29.  
  30. Seeing as how Cannon Fodder and Syndicate are so popular, I have SWAPPED
  31. the left and right mouse buttons. It's now LEFT to move, and RIGHT to
  32. shoot.
  33.  
  34. If you want it the original way round, then DELETE the file called
  35.  
  36.         xap.configuration
  37.  
  38. If you want it swapped again, you need ANY old file called
  39. "xap.configuration" in your xap directory.  You can do it like this:
  40.  
  41.     echo "Wibble" >xap.configuration
  42.  
  43.  
  44.  
  45.     - Cas ;)
  46.